Returns a Variant. Looks up the passed value of Key.
Syntax |
|---|
|
result = Dictionary.Lookup( key, defaultValue ) |
Parameters |
|
|---|---|
|
key |
|
|
defaultValue |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
If Key is found, it returns the corresponding value. If Key is not found, it returns the passed defaultValue.